home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 126-150 / scopedisk143 / vlt4.824 / rexx / dolens.vlt < prev    next >
Text File  |  1995-03-19  |  235b  |  8 lines

  1. /** dolens.vlt
  2. *
  3. *   Opens the WLens tool on VLT's screen. Requires WLens to be in tools:
  4. *
  5. **/
  6. if screencols(VLT) = -1 then address command "tools:WLens 150 100"
  7. else                         address command "tools:WLens 150 100 VLT" 
  8.